home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / graphics / 135 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.5 KB  |  59 lines

  1. Newsgroups: comp.sys.amiga.graphics
  2. Path: world.nad.northrop.com!mfrena
  3. From: mfrena@world.nad.northrop.com
  4. Subject: Thanks re: Scale'ing of jpeg's
  5. Message-ID: <DKs5FH.FqK@gremlin.nrtc.northrop.com>
  6. Originator: mfrena@world.nad.northrop.com
  7. Sender: news@gremlin.nrtc.northrop.com (Usenet News Manager)
  8. Organization: Northrop Grumman Automation Sciences Laboratory, Pico Rivera, CA
  9. Date: Sat, 6 Jan 1996 22:06:52 GMT
  10.  
  11. Thank you for the reply, I found the solution in scale'ing my
  12. jpeg's with programs explained to me by Chad Randall (thanks
  13. a million).  He said to use the Netpbm archives on Aminet.
  14.  
  15. After obtaining some of these programs all I had to use was the
  16. jpeg specific utilities in the ppm2AGA16.lha archive.
  17.  
  18. A simple command via the CLI allowed me to direct the utility
  19. to get the jpeg off my harddrive scale it to any size I requested 
  20. and then save it off again to my harddrive.  It uses very little
  21. memory and was a complete success in dealing with these huge jpeg
  22. images.
  23.  
  24. ex: djpeg -scale 1/2 -gif Work:filename.jpeg Work:filename_scale.gif
  25.     Load into ADpro as a .gif, modify and resave out as a jpeg. 
  26.  
  27. Again thanks to all who replied.
  28.  
  29. Mike Frena
  30.  
  31.  
  32. : I've got a couple of huge jpeg pictures that I'd like to scale down in
  33. : size.  From about 1620x1290 to 1024x768.  When I try to use Adpro with
  34. : an A3000 with 14 Megs of ram I get a requestor asking for 14 megs of
  35. : continous ram and one for 20 megs of ram.  Since I don't have this much
  36. : ram I cannot do anything with these pictures.
  37. : My question is, is there any other programs available for the Amiga via
  38. : share/freeware that I can use to scale down these pictures?  Or maybe 
  39. : some utility that I can use for this purpose?
  40. : Any help would be appreciated.
  41.  
  42. >crandall@mail.msen.com wrote:
  43. >Check out the Netpbm archives on Aminet.  The gfx processing programs
  44. >always save to disk, so the image size is only limited by your available
  45. >HD space.
  46.  
  47. >pnmbin.lha         gfx/pbm    622K  90+Netpbm 01mar94 - PNM binaries
  48. >ppmbin1.lha        gfx/pbm    643K  90+Netpbm 01mar94 - PPM binaries #1
  49. >ppmbin2.lha        gfx/pbm    239K  90+Netpbm 01mar94 - PPM binaries #2
  50. >pgmbin.lha         gfx/pbm    278K  90+Netpbm 01mar94 - PGM binaries
  51. >ilbmtoppm.lha      gfx/pbm    111K  32+Ilbmtoppm/ppmtoilbm update
  52. >ppm2AGA16.lha      gfx/pbm    309K  43+High quality ppm/JPEG to AGA converter
  53. >manuals.lha        gfx/pbm    141K  90+Netpbm 01mar94 - formatted manuals
  54. >mergedbin.lha      gfx/pbm    382K  90+Netpbm 01mar94 - merged binaries
  55.  
  56.